Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
getdate
getdate
Get date/time information
Name:
getdate
Category:
Date and time
Programming Language:
php
One-line Description:
Returns the date/time information of a time stamp or the current local date/time.
Related
Efficient PHP Website Deployment Guide on Linux
2
Analysis of parameter transfer problem in PHP main function
7
PHP each() Function Explained and Alternative Solutions: How to Efficiently Traverse Arrays
10
Best practices and performance suggestions for using array_slice
7
Similar Functions
timezone_offset_get
timezone_offset_get
AliasforDateTimeZo
date_create_immutable_from_format
date_create_immutable_from_format
DateTimeImmutable::c
date_format
date_format
AliasforDateTime::
date_sunrise
date_sunrise
Returnsthesunrisetim
date_timezone_get
date_timezone_get
AliasforDateTime::
date_parse
date_parse
Returnsanassociative
date_create_from_format
date_create_from_format
AliasforDateTime::
date_interval_create_from_date_string
date_interval_create_from_date_string
AliasforDateInterv
Popular Articles